_CM_NAME_CONTROL_BLOCK

//0x10 bytes (sizeof) struct _CM_NAME_CONTROL_BLOCK { UCHAR Compressed; //0x0 USHORT RefCount; //0x2 union { struct _CM_NAME_HASH NameHash; //0x4 struct { ULONG ConvKey; //0x4 struct _CM_KEY_HASH* NextHash; //0x8 USHORT NameLength; //0xc WCHAR Name[1]; //0xe }; }; };